home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 572
- Top = 324
- ActiveControl = btToggle
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Future Cop GER Versin -=- PatchFX'#0#0
- ClientHeight = 219
- ClientWidth = 340
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 6
- Top = 6
- Width = 328
- Height = 172
- BevelInner = bvLowered
- Caption = 'Panel1'
- Color = clBlack
- TabOrder = 0
- object img_logo: TImage
- Left = 4
- Top = 4
- Width = 320
- Height = 90
- Center = True
- Picture.Data = {<image000.bmp>}
- end
- object Description: TMemo
- Left = 32
- Top = 100
- Width = 257
- Height = 64
- TabStop = False
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -9
- Font.Name = 'Small Fonts'
- Font.Style = []
- MaxLength = 1000
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- end
- object Memo1: TMemo
- Left = 1
- Top = 1
- Width = 326
- Height = 170
- TabStop = False
- ScrollBars = ssVertical
- TabOrder = 0
- Visible = False
- end
- end
- object btQuit: TButton
- Left = 256
- Top = 190
- Width = 76
- Height = 24
- Caption = '&Quit'
- TabOrder = 1
- OnClick = btQuitClick
- end
- object btToggle: TButton
- Left = 96
- Top = 190
- Width = 76
- Height = 24
- Caption = '&ReadMe'
- TabOrder = 2
- OnClick = btToggleClick
- end
- object btGo: TButton
- Left = 8
- Top = 190
- Width = 76
- Height = 24
- Caption = '&Crack It!'
- TabOrder = 3
- OnClick = btGoClick
- end
- end
-